projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ff07da
)
(strokes-alphabetic-lessp): Doc fix.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 31 Oct 2007 13:03:10 +0000
(13:03 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 31 Oct 2007 13:03:10 +0000
(13:03 +0000)
lisp/strokes.el
patch
|
blob
|
history
diff --git
a/lisp/strokes.el
b/lisp/strokes.el
index de4123453f56343fa205ca141a983f85a74795c5..8f6d57b10a031a2c32021712777b6adefeb9cab5 100644
(file)
--- a/
lisp/strokes.el
+++ b/
lisp/strokes.el
@@
-1370,7
+1370,7
@@
If STROKES-MAP is not given, `strokes-global-map' will be used instead."
(goto-char (point-min))))
(defun strokes-alphabetic-lessp (stroke1 stroke2)
- "
T if command name for STROKE1 is less than
STROKE2's in lexicographic order."
+ "
Return t if STROKE1's command name precedes
STROKE2's in lexicographic order."
(let ((command-name-1 (symbol-name (cdr stroke1)))
(command-name-2 (symbol-name (cdr stroke2))))
(string-lessp command-name-1 command-name-2)))